runtime.waitReason.isMutexWait (method)

3 uses

	runtime (current package)
		proc.go#L1261: 		if !gp.waitreason.isMutexWait() {
		proc.go#L1276: 		if !gp.waitreason.isMutexWait() {
		runtime2.go#L1151: func (w waitReason) isMutexWait() bool {